 |
 |
 |
 |
#153049 - 06/01/02 07:44 AM
[6.3.x] [beta] PM System 1.2
|
Junior Member
Registered: 05/28/02
Posts: 15
|
Hi. I ported jordos PM System to UBB 6.3 and added some modifications (New PM Color, Popup) Name: PM System 1.2 Required: Valid UBB 6.3 License, CP Mod Addon Download: TXT File Demo: Forum of the TEClan Future Plans: Allow users to choose, if they want a popup. Special thx: Jordo for his PM Sys 
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153117 - 08/15/02 02:51 AM
Re: [6.3.x] [beta] PM System 1.2
|
Member
Registered: 03/29/01
Posts: 148
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153125 - 08/28/02 07:06 PM
Re: [6.3.x] [beta] PM System 1.2
|
Member
Registered: 09/10/01
Posts: 32
Loc: Tahoe City, CA
|
I implemented this mod and it works great. One probelm with the instruction/code-changes, though:
The string of characters it says to find in "cp_vars_style_core.pl" does not exist within that file (in 6.3.1.1, at least -- maybe it was changed since 6.3.1)
However, skipping that one change to "cp_vars_style_core.pl" is not a huge deal, the mod still works fine. It looks like that skipped code would enable a different, more alerting color when there are new PMs, which would be very nice but is not required.
However, if anyone knows how to fix that, let us know -- I'd like to have the color change feature too.
Anyway, great mod -- a big "thanks" to the developers!!!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153129 - 09/06/02 11:14 AM
Re: [6.3.x] [beta] PM System 1.2
|
Member
Registered: 06/06/01
Posts: 33
|
Ok, I can't seem to find the search line in cp_vars_style_core.pl for the following: quote:
############################## # open cp_vars_style_core.pl # ##############################
############### # search for: # ###############
&ColorRow("Horizontal Rule Color", "", "hr_color", "#FFFFFF", "yes");
############## # add below: # ##############
&ColorRow("New Private Message Color", "", "new_pm_color", "#FFFFFF", "yes");
Any advice? I can't find any reference to Horizontal Rule Color anywhere in cp_vars_style_core.pl, period. (We're running 6.3.1.)
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153134 - 09/16/02 05:35 PM
Re: [6.3.x] [beta] PM System 1.2
|
Junior Member
Registered: 08/01/02
Posts: 1
Loc: Orlando, FL
|
quote:</font><hr /> Any advice? I can't find any reference to Horizontal Rule Color anywhere in cp_vars_style_core.pl, period. <hr /></blockquote>Here is what I did so I could edit the setting in styles: <blockquote><font class="small">code: [qb]
##############################
# open cp_vars_style_core.pl #
##############################
###############
# search for: #
###############
&AlternateColors; &ColorRow($vars_wordlets_cp{vars_stylecore_hr}, "", "hr_color", $vars_style_cp{AltColumnColorCurrent}, "yes");
##############
# add below: #
##############
&AlternateColors; &ColorRow($vars_wordlets_cp{vars_stylecore_npmc}, "", "new_pm_color", $vars_style_cp{AltColumnColorCurrent}, "yes");
##############################
# open vars_wordlets_cp.cgi #
##############################
###############
# search for: #
###############
q!vars_stylecore_hr! => q!Horizontal Rule Color!,
##############
# add below: #
##############
q!vars_stylecore_npmc! => q!New Private Message Color!,
[/qb] Close up shop and your done. However, this only changes the number's color. Any quick coders out there who can tell me how to have it change the color for the message "New Private Message in..."?
_________________________
Sam
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153143 - 10/09/02 05:06 PM
Re: [6.3.x] [beta] PM System 1.2
|
Junior Member
Registered: 11/20/01
Posts: 10
|
Hi, I held off trying this hack for a long while as it seemed to be "hit or miss" to describe it at best. Finally the other day I told the plunge, downloaded the multihack file and installed in onto my 6.3.1.1 board (everything all backed up of course! ;-) ). Anyway, something unusual happens that I can't see described anywhere else here: Whilst the mod works perfectly, when anybody logs in, or whilst they are logged in the following line appears at the top of the screen: quote:
Set-Cookie: pms2452260.2208=0; path=/; expires=Fri, 08-Oct-2004 21:54:49 GMT Date: Wed, 09 Oct 2002 21:54:49 GMT Charset: 0 TEXT/HTML Content-Type: text/html Now this line is at the very top, just before the grahic for my BB loads. The bulletin boards loads fine, and any new PM are displayed in the correct area, and onced clicked goes to the "in box". However throught all of this, the above line still appears at the top of the page. As soon as I click the logout button - voila, it's gone? Is there any reason why I should be seeing cookie information on my webpages? (As I said, I used the multihack file, and it reports a 100% success with the hacking. The only other hacks I have on, are the last reply hack and sticky threads.) Thanks for any input!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153147 - 10/22/02 10:21 PM
Re: [6.3.x] [beta] PM System 1.2
|
Enthusiast
Registered: 10/10/02
Posts: 394
Loc: Toronto
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153149 - 10/23/02 10:45 PM
Re: [6.3.x] [beta] PM System 1.2
|
Enthusiast
Registered: 10/10/02
Posts: 394
Loc: Toronto
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153172 - 01/08/03 08:39 AM
Re: [6.3.x] [beta] PM System 1.2
|
Member
Registered: 09/11/01
Posts: 667
Loc: MI
|
my popup works, has for a long time, though I had to fool around alot with getting it to work and the code my lines in that file are this though quote:
&AlternateColors; &ColorRow($vars_wordlets_cp{vars_stylecore_hr}, "", "hr_color", $vars_style_cp{AltColumnColorCurrent}, "yes"); &AlternateColors; &ColorRow($vars_wordlets_cp{vars_stylecore_npmc}, "", "new_pm_color", $vars_style_cp{AltColumnColorCurrent}, "yes")
_________________________
-Jon I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know Where I continue to hack, even though it's a state of mind
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153178 - 11/07/03 01:35 PM
Re: [6.3.x] [beta] PM System 1.2
|
User
Registered: 11/05/03
Posts: 35
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|